Function |insert
std/data/map::|insert
Usage
|insert<T>(map, key, value)
Generics
โป T
(any)
Parameters
โณ map:
Map
(std/data/map::Map
)
โณ key:
string
โณ value:
T
Return
โด Map
Insert one entry in a map
std/data/map::|insert
|insert<T>(map, key, value)
โป T
(any)
โณ map:
Map
(std/data/map::Map
)
โณ key:
string
โณ value:
T
โด Map
Insert one entry in a map